Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(deps): update module github.com/a-h/templ to v0.3.819 - autoclosed #145

Closed
wants to merge 1 commit into from

Conversation

renovate[bot]
Copy link
Contributor

@renovate renovate bot commented Oct 30, 2024

This PR contains the following updates:

Package Change Age Adoption Passing Confidence
github.com/a-h/templ v0.2.731 -> v0.3.819 age adoption passing confidence

Release Notes

a-h/templ (github.com/a-h/templ)

v0.3.819

Compare Source

This release has a couple of potentially breaking changes:

  • templ now requires Go 1.23, due to an upstream dependency update (goquery). Usually, templ stays on the oldest supported version of Go (currently 1.22), but in this case, the fix upstream included a change to Go 1.23.
  • A change to watch mode behaviour. templ generate --watch now triggers on changes to *.go files in addition to *.templ and other related templ files. This behaviour can be controlled by the new -watch-pattern <regexp> argument, which defaults to(.+\.go$)|(.+\.templ$)|(.+_templ\.txt$). This is useful, because templ can now restart your web server if you make changes to your Go code. This change might break people's workflows, hence the bump to v0.3.xxx.
templ generate --watch --cmd="go run ." --proxy="http://localhost:8080"

The biggest change in this release is probably #​700 - which means that templ now generates the same code for dev mode and standard mode, using an environment variable to switch between. This should reduce issues where people accidentally commit dev mode code to their repos.

Important!

When you upgrade templ CLI, you will also need to upgrade templ in your project's go.mod file by running go get -u github.com/a-h/templ

Changelog

  • b919741 chore(docs): fix docs link
  • b15d514 chore: bump docusaurus version to 3.6.3
  • 1b58e02 chore: bump echo version in examples
  • 65657de chore: bump nixpkgs version to use latest Go point release
  • e54517e chore: bump version
  • 2cc2884 chore: bump version of go tools, go compiler, and goquery (fixes CVE) (#​1031)
  • 3643c9b chore: storybook check int conversion bounds to remove lint warning
  • 95a0cea chore: update generated code to return nil instead of generated value (#​1025)
  • b4a2274 chore: update ignore rules for text editor search to ignore go.sum and LLM help files by default
  • 1d87e1a feat(docs): add llms.md (#​1023)
  • 4f2ce16 feat(lsp): add primitive document symbol support (#​848)
  • 98c4466 feat(storybook): add multiple story support for components (#​971)
  • a66a237 feat: generate same dev and prod code, fixes #​700 (#​1027)
  • 3eaa56a feat: support latest version of Storybook (#​1024)
  • e16b2d8 feat: support unquoted HTML attributes, closes #​963 (#​1028)
  • 6afd676 fix(breaking): trigger rebuild on changes to *.go files, fixes #​646 (#​1026)
  • 9c8ad4d fix: increase hash size for autogenerated IDs to reduce collisions - fixes #​978
  • 9058914 fix: parser hangs when a bracket isn't closed (#​1005) (#​1029)
  • c36a9e1 fix: remove repeated error messages (#​1011) (#​1017)
  • 1f94c7b fix: stop double-processing generation in watch mode, now that the generation is identical
  • 3d695f9 refactor: removed all references to github.com/a-h/pathvars (#​999)

v0.2.793

Compare Source

Changelog

v0.2.778

Compare Source

Changelog

v0.2.771

Compare Source

Changelog

v0.2.747

Compare Source

Changelog

  • 9ae32f9 chore: bump version
  • 37faae0 fix: off by one error in LSP that prevents autocomplete from functioning in some contexts

v0.2.742

Compare Source

Changelog

  • 6c5eeb0 chore: bump docusaurus
  • 1c753f6 chore: bump version
  • 8b1f399 chore: update deps in examples
  • 5fb61a0 chore: update go modules in Nix setup
  • 26c1d79 feat: add support for gopls v0.16.x
  • bf98022 feat: update nixpkgs to release-24.05
  • 01d3361 fix: LSP CodeAction sometimes results in "error: column is beyond end of line" (#​817)
  • 24520b8 fix: allow space after a period in go expressions (#​811)
  • d3033c5 fix: don't pass ranges to gopls if outside of a known Go code region, fixes #​801
  • bc6e65a fix: only call gopls if the source exists at the location, fixes #​801

Configuration

📅 Schedule: Branch creation - At any time (no schedule defined), Automerge - At any time (no schedule defined).

🚦 Automerge: Disabled by config. Please merge this manually once you are satisfied.

Rebasing: Whenever PR becomes conflicted, or you tick the rebase/retry checkbox.

🔕 Ignore: Close this PR and you won't be reminded about this update again.


  • If you want to rebase/retry this PR, check this box

This PR was generated by Mend Renovate. View the repository job log.

Copy link
Contributor Author

renovate bot commented Oct 30, 2024

ℹ Artifact update notice

File name: go.mod

In order to perform the update(s) described in the table above, Renovate ran the go get command, which resulted in the following additional change(s):

  • 1 additional dependency was updated
  • The go directive was updated for compatibility reasons

Details:

Package Change
go 1.21 -> 1.23.4
golang.org/x/sys v0.22.0 -> v0.28.0

@renovate renovate bot force-pushed the renovate/github.com-a-h-templ-0.x branch 2 times, most recently from 31ba6dd to 634a349 Compare November 21, 2024 15:19
@renovate renovate bot force-pushed the renovate/github.com-a-h-templ-0.x branch from 634a349 to b95af06 Compare January 2, 2025 13:05
@renovate renovate bot changed the title fix(deps): update module github.com/a-h/templ to v0.2.793 fix(deps): update module github.com/a-h/templ to v0.3.819 Jan 2, 2025
@renovate renovate bot changed the title fix(deps): update module github.com/a-h/templ to v0.3.819 fix(deps): update module github.com/a-h/templ to v0.3.819 - autoclosed Jan 31, 2025
@renovate renovate bot closed this Jan 31, 2025
@renovate renovate bot deleted the renovate/github.com-a-h-templ-0.x branch January 31, 2025 12:56
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

0 participants